<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;meta charset="UTF-8"&gt;
    &lt;title&gt;404閿欒&lt;/title&gt;
    &lt;style&gt;
        body {
            margin:0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-image: radial-gradient(ellipse, white, #DFDFDF 70%);
            font-family:"寰蒋闆呴粦","榛戜綋";
        }
        div{text-align: center;}
        a{
            display: inline-block;
            text-decoration: none;
            border:1px solid #6783d8;
            font-size:16px;
            border-radius: 30px;
            color:#6783d8;
            padding:10px 30px;
        }
        a:hover{
            background: #6783d8;
            color:white;
        }
        h1 {
            font-size: 300px;
            color: #adc4fa;
            text-shadow: 10px 10px 10px #607fd7;
            padding:0;
            margin:0;
        }
        p {
            font-size: 30px;
            color: #7b95db;
            text-shadow: 2px 2px 2px white;
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;div&gt;
        &lt;h1&gt;404&lt;/h1&gt;
        &lt;p&gt;銆€鍝庡憖锛屼綘瑕佹壘鐨勯〉闈笉瀛樺湪锛�&lt;/p&gt;
        &lt;p&gt;Oops! We couldn't find this page.&lt;/p&gt;
        &lt;a href="/"&gt;杩斿洖棣栭〉 / Return Home&lt;/a&gt;
    &lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</pre></body></html>